@CHARSET "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea {
    outline: none
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

input {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: 400;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

hr {
    border-color: #efefef;
}

.alwaysshow {
    display: block !important;
}

.anchorBL {
    display: none;
}

.title_adorn {
    position: relative;
    padding: 0 0 5px 12px;
}

.title_adorn:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    left: 0px;
    bottom: 0px;
    background-color: #ff552e;
    z-index: 10;
}

.title_adorn:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 5px;
    left: 0px;
    bottom: 0px;
    background-color: #ffb44a;
    z-index: 11;
    box-shadow: 1px 1px 3px #999;
}

.slide img {
    max-width: 100%;
}

/*分页 S*/
ul.pagination {
    width: 100%;
    margin-top: 10px;
}

ul.pagination li {
    border: 1px solid #efefef;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

ul.pagination li.active {
    background-color: #ff552e;
    color: #fff;
}

ul.pagination li a {
    display: block;
}

/*分页 E*/

.original_price {
    text-decoration: line-through;
}